Skip to main content

CoalesceTextCell

DataGrid cells with for text fields with a fallback support.
<CoalesceTextCell fields={['email', 'user.email']} header="E-mail" />
CoalesceTextCellProps
CoalesceTextCellProps
Intersection of
DataGridColumnPublicProps
DataGridColumnPublicProps
Intersection of
DataGridHeaderCellPublicProps
DataGridHeaderCellPublicProps
ascOrderIcon
React.ReactNode
descOrderIcon
React.ReactNode
header
React.ReactNode
headerJustification
Justification
shrunk
boolean
DataGridCellPublicProps
DataGridCellPublicProps
canBeHidden
boolean
hidden
boolean
justification
Justification
shrunk
boolean
DataGridColumnPublicProps
children
React.ReactNode
columnKey
string
FieldFallbackViewPublicProps
FieldFallbackViewPublicProps
Partial
FieldFallbackViewProps
FieldFallbackViewProps
fallback
React.ReactNode
fallbackStyle
| undefined| FieldFallbackViewStyle
CoalesceFieldViewProps
CoalesceFieldViewProps
fallback
React.ReactNode
fallbackStyle
FieldFallbackViewStyle
fields*
| string| SugarableRelativeSingleField[]
format
(value: FieldValue) => React.ReactNode